home *** CD-ROM | disk | FTP | other *** search
- /* -------- toolbar.css ----------------- */
-
- toolbar[mode="icons"] toolbarbutton:not([type="menu"]):not([class~="textonly"]) > .toolbarbutton-text,
- toolbar[mode="text"] toolbarbutton:not([type="menu"]):not([class~="textonly"]) > .toolbarbutton-icon {
- display: none;
- }
-
- toolbarbutton.rmFx_SendPlus {
- -moz-binding: url('chrome://reminderfox/content/mail/rmFxMailIcon.xml#changeSendPlusIcon');
- }
-
- .rmFx_SendPlusTBird {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(0px,24px, 24px,0px);
- }
- .rmFx_SendPlusTBird:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(24px,24px, 48px,0px);
- }
-
- .rmFx_SendPlusPBox {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(0px,48px, 24px,24px);
- }
- .rmFx_SendPlusPBox:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(24px,48px, 48px,24px);
- }
-
- .rmFx_SendPlusTB3 {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(0px,72px, 24px,48px);
- }
- .rmFx_SendPlusTB3:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlus.png");
- -moz-image-region: rect(24px,72px, 48px,48px);
- }
-
-
-
-
- toolbar[iconsize="small"] .rmFx_SendPlusTBird {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(0px,16px, 16px,0px);
- }
- toolbar[iconsize="small"] .rmFx_SendPlusTBird:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(16px,16px, 32px,0px);
- }
-
-
- toolbar[iconsize="small"] .rmFx_SendPlusPBox {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(0px,32px, 16px,16px);
- }
- toolbar[iconsize="small"] .rmFx_SendPlusPBox:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(16px,32px, 32px,16px);
- }
-
- toolbar[iconsize="small"] .rmFx_SendPlusTB3 {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(0px,48px, 16px,32px);
- }
- toolbar[iconsize="small"] .rmFx_SendPlusTB3:hover {
- list-style-image: url("chrome://reminderfox/skin/images/sendPlusSmall.png");
- -moz-image-region: rect(16px,48px, 32px,32px);
- }
-
-
- #personsMailCopy {
- list-style-image: url("chrome://reminderfox/skin/schedule/personsCopy_24.png");
- }
- toolbar[iconsize="small"] #personsMailCopy {
- list-style-image: url("chrome://reminderfox/skin/schedule/personsCopy_16.png");
- }
-
- #reminderFox_showCalendar {
- list-style-image: url("chrome://reminderfox/skin/datepicker/calendar-up.gif");
- }
- toolbar[iconsize="small"] #reminderFox_showCalendar {
- list-style-image: url("chrome://reminderfox/skin/datepicker/calendar-small.gif");
- }
-
- #reminderFox_addReminderButton {
- list-style-image: url("chrome://reminderfox/skin/images/upcomingReminderBow.png");
- }
- toolbar[iconsize="small"] #reminderFox_addReminderButton {
- list-style-image: url("chrome://reminderfox/skin/images/ribbon-blue-small.png");
- }
-
- #reminderFox_openButton {
- list-style-image: url("chrome://reminderfox/skin/images/fox-medium.png");
- }
- toolbar[iconsize="small"] #reminderFox_openButton {
- list-style-image: url("chrome://reminderfox/skin/images/fox-small.png");
- }
-
- #reminderFox_quickAlarmButton {
- list-style-image: url("chrome://reminderfox/skin/images/alarmbell.png");
- }
- toolbar[iconsize="small"] #reminderFox_quickAlarmButton {
- list-style-image: url("chrome://reminderfox/skin/images/alarmbell.png");
- }
-
-